home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / movie2.dir / 00048_ÅwÉNÉCÉbÉNÉ^ÉCÉÄÉÄÅ[ÉrÅ[ÇÃägëÂÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  337 b   |  15 lines

  1. on zoomin spnum
  2.   set the visible of sprite spnum to 0
  3.   updateStage()
  4.   if machineType() = 256 then
  5.     spritewh(spnum, 640, 504)
  6.     spritexy(spnum, 320, 252)
  7.   else
  8.     spritewh(spnum, 640, 496)
  9.     spritexy(spnum, 320, 248)
  10.   end if
  11.   set the visible of sprite spnum to 1
  12.   updateStage()
  13.   set the movieRate of sprite spnum to 1
  14. end
  15.